quartz: Remove unused variable
authorBenjamin Otte <otte@redhat.com>
Sat, 11 May 2013 11:40:38 +0000 (13:40 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 11 May 2013 12:47:48 +0000 (14:47 +0200)
gdk/quartz/gdkdisplay-quartz.c

index bf0fcddba36eb7fd746149109e7a77c4af3d49f5..b78bac9bdd36bf2e953831d5c48a423cd0c67122 100644 (file)
@@ -338,11 +338,9 @@ gdk_quartz_display_class_init (GdkQuartzDisplayClass *class)
   display_class->utf8_to_string_target = _gdk_quartz_display_utf8_to_string_target;
 
   ProcessSerialNumber psn = { 0, kCurrentProcess };
-  void (*_gtk_quartz_framework_init_ptr) (void);
 
   /* Make the current process a foreground application, i.e. an app
    * with a user interface, in case we're not running from a .app bundle
    */
   TransformProcessType (&psn, kProcessTransformToForegroundApplication);
-
 }